The
Close Function
The system
calls each application s Close function when an application calls the RegCloseKey
Use the
following function prototype for your Close function.
DWORD WINAPI ClosePerformanceData();
The name ClosePerformanceData is a place-holder
for an application-defined name.
The function should return ERROR_SUCCESS.